-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Update to LLVM 21 #143684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to LLVM 21 #143684
Conversation
These commits modify compiler targets. |
@bors2 try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
Update to LLVM 21 r? `@ghost`
This comment has been minimized.
This comment has been minimized.
💔 Test failed
|
Noooo, a crash while profiling with the bolt instrumentation.
|
This comment has been minimized.
This comment has been minimized.
Oh no, the day has finally come 😆 |
llvm/llvm-project#147781 for pr-check-1 assertion failure. |
☔ The latest upstream changes (presumably #143703) made this pull request unmergeable. Please resolve the merge conflicts. |
llvm/llvm-project#147935 for armhf-gnu test failure. |
llvm/llvm-project#139443 for musl build failure. |
llvm/llvm-project#148207 for x86_64-gnu-nopt assertion failure. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
llvm/llvm-project#148607 for the brand new x86_64-gnu-miri build failure... |
☔ The latest upstream changes (presumably #143873) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors2 try I was unable to reproduce the bolt issue locally. Fingers crossed that I just hit a bad commit or something. |
Update to LLVM 21 Depends on: * [x] llvm/llvm-project#147781 * [x] llvm/llvm-project#147935 * [x] llvm/llvm-project#139443 * [x] llvm/llvm-project#148207 * [x] llvm/llvm-project#148607 r? `@ghost`
@bors try jobs=dist-aarch64-linux |
Update to LLVM 21 try-job: dist-aarch64-linux
Yay, that worked. I've switched the compiler-rt build for the host compiler to use the runtimes configuration, where compiler-rt gets built by the just-built clang. The host GCC is not able to compile it anymore on aarch64. We could try updating it, but as the project build for compiler-rt is deprecated anyway, this seems preferable. |
@bors r+ |
@bors p=5 (giving the same priority as rollups so this can iterate quicker if needed) |
Update to LLVM 21 Timeline: LLVM 21.1.0 is scheduled to release on Aug 26th. Rust 1.90 branches on Aug 1st and releases September 18. Depends on: * [x] llvm/llvm-project#147781 * [x] llvm/llvm-project#147935 * [x] llvm/llvm-project#139443 * [x] llvm/llvm-project#148207 * [x] llvm/llvm-project#148607 * [x] llvm/llvm-project#149046 * [x] llvm/llvm-project#149097 * [x] #144116 r? `@ghost`
💥 Test timed out |
A job failed! Check out the build log: (web) (plain enhanced) (plain) Click to see the possible cause of the failure (guessed by this bot)
|
@bors retry |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing ec7c026 (parent) -> dc0bae1 (this PR) Test differencesShow 26 test diffsStage 2
Additionally, 1 doctest diff were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard dc0bae1db725fbba8524f195f74f680995fd549e --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Finished benchmarking commit (dc0bae1): comparison URL. Overall result: ❌✅ regressions and improvements - please read the text belowOur benchmarks found a performance regression caused by this PR. Next Steps:
@rustbot label: +perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary -3.8%, secondary 1.7%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -4.6%, secondary -2.7%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary -0.1%, secondary -0.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 467.149s -> 463.057s (-0.88%) |
so now missing "bin/llvm-mt". Or it unused anyway? |
@klensy See Lines 60 to 75 in dc0bae1
|
Timeline: LLVM 21.1.0 is scheduled to release on Aug 26th. Rust 1.90 branches on Aug 1st and releases September 18.
Depends on:
r? @ghost